-
Notifications
You must be signed in to change notification settings - Fork 6
/
ReadOnlyObservableGroupedCollection`2.xml
98 lines (98 loc) · 8.1 KB
/
ReadOnlyObservableGroupedCollection`2.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<Type Name="ReadOnlyObservableGroupedCollection<TKey,TValue>" FullName="CommunityToolkit.Common.Collections.ReadOnlyObservableGroupedCollection<TKey,TValue>">
<TypeSignature Language="C#" Value="public sealed class ReadOnlyObservableGroupedCollection<TKey,TValue> : System.Collections.ObjectModel.ReadOnlyObservableCollection<CommunityToolkit.Common.Collections.ReadOnlyObservableGroup<TKey,TValue>>" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit ReadOnlyObservableGroupedCollection`2<TKey, TValue> extends System.Collections.ObjectModel.ReadOnlyObservableCollection`1<class CommunityToolkit.Common.Collections.ReadOnlyObservableGroup`2<!TKey, !TValue>>" />
<TypeSignature Language="DocId" Value="T:CommunityToolkit.Common.Collections.ReadOnlyObservableGroupedCollection`2" />
<TypeSignature Language="VB.NET" Value="Public NotInheritable Class ReadOnlyObservableGroupedCollection(Of TKey, TValue)
Inherits ReadOnlyObservableCollection(Of ReadOnlyObservableGroup(Of TKey, TValue))" />
<TypeSignature Language="F#" Value="type ReadOnlyObservableGroupedCollection<'Key, 'Value> = class
 inherit ReadOnlyObservableCollection<ReadOnlyObservableGroup<'Key, 'Value>>" />
<AssemblyInfo>
<AssemblyName>CommunityToolkit.Common</AssemblyName>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
</AssemblyInfo>
<TypeParameters>
<TypeParameter Name="TKey" />
<TypeParameter Name="TValue" />
</TypeParameters>
<Base>
<BaseTypeName>System.Collections.ObjectModel.ReadOnlyObservableCollection<CommunityToolkit.Common.Collections.ReadOnlyObservableGroup<TKey,TValue>></BaseTypeName>
<BaseTypeArguments>
<BaseTypeArgument TypeParamName="!0">CommunityToolkit.Common.Collections.ReadOnlyObservableGroup<TKey,TValue></BaseTypeArgument>
</BaseTypeArguments>
</Base>
<Interfaces />
<Docs>
<typeparam name="TKey">The type of the group key.</typeparam>
<typeparam name="TValue"> The type of the items in the collection.</typeparam>
<summary>
A read-only list of groups.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public ReadOnlyObservableGroupedCollection (CommunityToolkit.Common.Collections.ObservableGroupedCollection<TKey,TValue> collection);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class CommunityToolkit.Common.Collections.ObservableGroupedCollection`2<!TKey, !TValue> collection) cil managed" />
<MemberSignature Language="DocId" Value="M:CommunityToolkit.Common.Collections.ReadOnlyObservableGroupedCollection`2.#ctor(CommunityToolkit.Common.Collections.ObservableGroupedCollection{`0,`1})" />
<MemberSignature Language="VB.NET" Value="Public Sub New (collection As ObservableGroupedCollection(Of TKey, TValue))" />
<MemberSignature Language="F#" Value="new CommunityToolkit.Common.Collections.ReadOnlyObservableGroupedCollection<'Key, 'Value> : CommunityToolkit.Common.Collections.ObservableGroupedCollection<'Key, 'Value> -> CommunityToolkit.Common.Collections.ReadOnlyObservableGroupedCollection<'Key, 'Value>" Usage="new CommunityToolkit.Common.Collections.ReadOnlyObservableGroupedCollection<'Key, 'Value> collection" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>CommunityToolkit.Common</AssemblyName>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="collection" Type="CommunityToolkit.Common.Collections.ObservableGroupedCollection<TKey,TValue>" />
</Parameters>
<Docs>
<param name="collection">The source collection to wrap.</param>
<summary>
Initializes a new instance of the <see cref="T:CommunityToolkit.Common.Collections.ReadOnlyObservableGroupedCollection`2" /> class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public ReadOnlyObservableGroupedCollection (System.Collections.Generic.IEnumerable<CommunityToolkit.Common.Collections.ReadOnlyObservableGroup<TKey,TValue>> collection);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class System.Collections.Generic.IEnumerable`1<class CommunityToolkit.Common.Collections.ReadOnlyObservableGroup`2<!TKey, !TValue>> collection) cil managed" />
<MemberSignature Language="DocId" Value="M:CommunityToolkit.Common.Collections.ReadOnlyObservableGroupedCollection`2.#ctor(System.Collections.Generic.IEnumerable{CommunityToolkit.Common.Collections.ReadOnlyObservableGroup{`0,`1}})" />
<MemberSignature Language="VB.NET" Value="Public Sub New (collection As IEnumerable(Of ReadOnlyObservableGroup(Of TKey, TValue)))" />
<MemberSignature Language="F#" Value="new CommunityToolkit.Common.Collections.ReadOnlyObservableGroupedCollection<'Key, 'Value> : seq<CommunityToolkit.Common.Collections.ReadOnlyObservableGroup<'Key, 'Value>> -> CommunityToolkit.Common.Collections.ReadOnlyObservableGroupedCollection<'Key, 'Value>" Usage="new CommunityToolkit.Common.Collections.ReadOnlyObservableGroupedCollection<'Key, 'Value> collection" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>CommunityToolkit.Common</AssemblyName>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="collection" Type="System.Collections.Generic.IEnumerable<CommunityToolkit.Common.Collections.ReadOnlyObservableGroup<TKey,TValue>>" />
</Parameters>
<Docs>
<param name="collection">The initial data to add in the grouped collection.</param>
<summary>
Initializes a new instance of the <see cref="T:CommunityToolkit.Common.Collections.ReadOnlyObservableGroupedCollection`2" /> class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public ReadOnlyObservableGroupedCollection (System.Collections.Generic.IEnumerable<System.Linq.IGrouping<TKey,TValue>> collection);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class System.Collections.Generic.IEnumerable`1<class System.Linq.IGrouping`2<!TKey, !TValue>> collection) cil managed" />
<MemberSignature Language="DocId" Value="M:CommunityToolkit.Common.Collections.ReadOnlyObservableGroupedCollection`2.#ctor(System.Collections.Generic.IEnumerable{System.Linq.IGrouping{`0,`1}})" />
<MemberSignature Language="VB.NET" Value="Public Sub New (collection As IEnumerable(Of IGrouping(Of TKey, TValue)))" />
<MemberSignature Language="F#" Value="new CommunityToolkit.Common.Collections.ReadOnlyObservableGroupedCollection<'Key, 'Value> : seq<System.Linq.IGrouping<'Key, 'Value>> -> CommunityToolkit.Common.Collections.ReadOnlyObservableGroupedCollection<'Key, 'Value>" Usage="new CommunityToolkit.Common.Collections.ReadOnlyObservableGroupedCollection<'Key, 'Value> collection" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>CommunityToolkit.Common</AssemblyName>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="collection" Type="System.Collections.Generic.IEnumerable<System.Linq.IGrouping<TKey,TValue>>" />
</Parameters>
<Docs>
<param name="collection">The initial data to add in the grouped collection.</param>
<summary>
Initializes a new instance of the <see cref="T:CommunityToolkit.Common.Collections.ReadOnlyObservableGroupedCollection`2" /> class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>